home *** CD-ROM | disk | FTP | other *** search
/ ClipArt Heaven 2 / ClipArt Heaven 2.iso / utility / spl37 / newfeat.doc < prev    next >
Text File  |  1991-09-06  |  9KB  |  191 lines

  1.                      S H O W   P A R T N E R   L I T E             Version 3.7
  2.                              FILE NEWFEAT.DOC                      6 Sept 1991
  3.  
  4.                         New Features in Version 3.7
  5.                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.     Copyright 1985-1991 by Brightbill-Roberts & Co.  All rights reserved.
  7.  
  8.  
  9.               ┌─────────┐
  10.         ┌─────┴───┐     │               (R)
  11.       ──│         │o    │──────────────────
  12.         │   ┌─────┴╨──┐ │  Association of
  13.         │   │         │─┘  Shareware
  14.         └───│    o    │    Professionals
  15.       ──────│    ║    │────────────────────
  16.             └────╨────┘    MEMBER
  17.                      
  18.  
  19. ┌──────────────────────────────────────────────────────────────────────────┐
  20. │   Brightbill-Roberts & Co.        │      Phone:  (800) 444-3490          │
  21. │   421 University Building         │      Fax:    (315) 472─1732          │
  22. │   120 East Washington Street      │      BBS:    (315) 472─1058          │
  23. │   Syracuse, NY    13202-4000      │      Compuserve:  75300,363          │
  24. └──────────────────────────────────────────────────────────────────────────┘
  25.  
  26. SHOW PARTNER LITE 3.7
  27.  
  28. The previous version of Show Partner Lite was called Show Partner 3.0. We
  29. have added LITE to the name to lessen any confusion with our high end
  30. product, Show Partner F/X. All Show Partner "family" products share much
  31. of the same software infrastructure and share the same version number if
  32. the have equivalent technology. This version is 3.7 and represents our
  33. most current (to date) technology.
  34.  
  35. This version has many improvements over Show Partner 3.0. Some of these
  36. changes have not yet been incorporated into the documentation. This file
  37. will describe all the new features not otherwise covered in the SPLITE.DOC
  38. file.
  39.  
  40. _____________________________________________________________________________
  41. CHANGES TO CAPTURE.EXE
  42.  
  43. CAPTURE now uses a new and improved strategy for converting text mode
  44. screens to graphics mode. If you have EGA or VGA capability, CAPTURE will
  45. convert (at your command) the text mode screen to 640x350x16 color mode.
  46. It will preserve all color attribute information in the process.
  47.  
  48. We have added some new "command line" options for using the CAPTURE program.
  49. You can still use CAPTURE exactly as described in the documentation. But in
  50. some capturing situations, the new methods may prove valuable.
  51.  
  52.          CAPTURE /Ffilenm
  53.  
  54. The "/F" switch allows you a shotgun approach to screen capturing. In the
  55. above example, every time you press CAPTURE's trigger keys a file will be
  56. saved to disk with no further intervention on your part. The files will be
  57. named (using the above example) as filenm01.GX2, filenm02.GX2, etc.
  58.  
  59.          CAPTURE /Gfilenm
  60.  
  61. This is the same as the /F switch except that any text mode screens are
  62. immediately converted to graphics mode.
  63.  
  64.          CAPTURE /U
  65.  
  66. This switch removes a CAPTURE from memory, freeing up space for use by
  67. other programs. This is not always possible, however, and CAPTURE will
  68. generate an error message if some other program has made it impossible
  69. for it to remove itself.
  70.  
  71.          CAPTURE /K
  72.  
  73. This switch overides the default trigger key combination of CTRL-ALT-MINUS.
  74. If you use this switch, CAPTURE will prompt you to press and hold the three
  75. keys that you wish to use as the new trigger.
  76.  
  77.          CAPTURE /P
  78.  
  79. If you desire to use the simple trigger, SHF-PrtSc, use this switch. The
  80. other trigger key combination will still function as well.
  81.  
  82.  
  83. _____________________________________________________________________________
  84. CHANGES TO THE SCRIPT EDITOR : SED.EXE
  85.  
  86. COLOR NUMBER CLIP -- Some of the "Special" effects manipulate the color
  87. palette and require color numbers in the PICTURE/COMMENT field. Previous
  88. versions required you to know these number (or figure it out) without any
  89. assistance. If you select one of the color palette effects PALSHF, CLRSHF,
  90. or CLRCHG in the effect field, clipping that script row will allow you to
  91. get a color number simply by pointing the cursor at it on the screen.
  92.  
  93. NOTE: the screen at that point in the script must have pixels of the
  94. color to point at.
  95.  
  96. To use the color number clip:
  97.  
  98.      1.  Select PALSHF, CLRSHF or CLRCHG for the EFFECT field.
  99.      2.  Move the cursor to the LOCATION field of the same row and
  100.          press INS (or left mouse button).
  101.      3.  Move the crosshair to a pixel whose color number you want
  102.          to know.
  103.      4.  Press INS (left button).
  104.  
  105. The PICTURE/COMMENT field will contain the color number of the pixel you
  106. pointed at. You can add additional (comma separated) color numbers to the
  107. field by simply "clipping" the row again.
  108.  
  109. NEW PALSHF EFFECT OPTIONS -- The PALSHF effect now works in 4 different
  110. ways depending upon how you set up the PICTURE/COMMENT field.
  111.  
  112.      OPTION 1 : This is the old way that PALSHF used to work. A single
  113.                 number in the PICTURE/COMMENT field gives the number
  114.                 of times the entire palette is to be shifted. This method
  115.                 works with all graphics modes except Hercules.
  116.  
  117.      OPTION 2 : This 3-number syntax allows you to select a subset of the
  118.                 full palette to be shifted. The syntax is [start color],
  119.                 [end color],[number of shifts]. For example, if the
  120.                 PICTURE/COMMENT field contains "2,5,20", colors 2 through
  121.                 5 (inclusive) will be shifted 20 times.
  122.  
  123.      OPTION 3 : The 2-number syntax specifies a BACKGROUND color shift. A
  124.                 background shift means that the palette keeps shifting even
  125.                 after the effect has ended. Thus you can have a palette
  126.                 shift occuring while some other screen effect is being
  127.                 performed. The two numbers describe the starting and
  128.                 ending color numbers that are to participate in the shift.
  129.  
  130.      OPTION 4 : A blank PICTURE/COMMENT field with the PALSHF effect simply
  131.                 turns off any BACKGROUND palette shift.
  132.  
  133. Options 2, 3 and 4 require EGA or VGA capability and a screen mode with at
  134. least 16 colors.
  135.  
  136.  
  137. _____________________________________________________________________________
  138. CHANGES TO THE RUNTIME MODULE : SHOW.EXE
  139.  
  140. The SHOW program will now allow you to view and browse any number of GX2
  141. files without first creating a script. For example :
  142.  
  143.         SHOW Z*.GX2
  144.  
  145. The above command will automatically generate a slide show using every
  146. GX2 file in the current directory that starts with the letter Z. If the
  147. file name is unambiguous (e.g. does not have any wild card characters)
  148. then the single GX2 file is displayed and, upon a key press, SHOW will
  149. end. When multiple files are displayed, pressing ESC at any picture will
  150. send you to a menu listing all the GX2 files in the slide show.
  151.  
  152.  
  153. _____________________________________________________________________________
  154. NEW PROGRAM : WIN3CAP
  155.  
  156. This program and its associated library, BRC3LIB.DLL, are used for capturing
  157. the Windows 3 desktop and saving it to a GX2 file. When run, WIN3CAP displays
  158. an "about" box describing itself and offering an "OK" button. Clicking this
  159. button will cause WIN3CAP to minimize itself and wait for your press of the
  160. trigger key combination. Upon pressing WIN3CAP's trigger key combination,
  161. CTRL-ALT-MINUS, you are presented with a dialog box for the entry of the file
  162. name. Pressing the OK button causes the GX2 file to be created.
  163.  
  164. _____________________________________________________________________________
  165. NEW GX1 and PCX CONVERSION UTILITIES
  166.  
  167. We have included three utilities for converting between the GX2 and PCX
  168. file formats and for upgrading old 3.0 pictures (*.GX1 files). PCXGX2.EXE
  169. converts PCX files to GX2 and GX2PCX.EXE does the reverse. GX1GX2.EXE
  170. upgrades pictures from Show Partner's old GX1 format. All of these 
  171. utilities are simple command line utilities that take a file name as a
  172. parameter. For example:
  173.  
  174.        PCXGX2 rosebud.pcx
  175.  
  176. The above example creates a rosebud.GX2 from a rosebud.PCX file. You can
  177. also use wildcards in the file name if you desire:
  178.  
  179.        PCXGX2 z*.pcx
  180.  
  181. This command will create a new GX2 file for every PCX file in the current
  182. directory if the file name begins with the letter Z.
  183.  
  184. NOTE: the PCXGX2 utility faithfully converts ANY PCX file to GX2 format,
  185. even if it has resolution or color capability that is not supported by the
  186. other programs of Show Partner Lite. To get a GX2 file that is usable
  187. by SP-Lite you must make sure that the PCX file is in an IBM standard mode.
  188. Thus, some PCX's created from a Window's program (when Window's is in a
  189. very high resolution setup) and some art from Scanner programs may need to
  190. be converted to a standard VGA resolution before being converted to GX2.
  191.